p{
  float:none;
  clear:both;  
}
p:first-of-type{
  margin-top:0px;
}
p.set.first {
  clear:none;
  float:left;
  padding-left:0px;
}
p.set{
  clear:none;
  float:left;
  padding-left:2vw;
  margin-top:16px;
}
p.last-of-set{
  clear:right;
}
.clear-float{
  clear:both;
  float:none;
}
.bold{
  font-weight:bold;
}
.highlight{
  color:red;
}
.justify{
  text-align:justify;
}
@media (max-width: 600px) {
  p.set{
    float:none;
    clear:both; 
    padding-left:0vw;
  }  
}
.in-text-img{
  display:block;
  width:auto;
  margin:auto auto;
}
.img-prukaz{
  height:250px;
}
.author-sign{
  font-weight:bold;
}
a{
  color:#0fc4df; 
  font-weight:bold;
  text-decoration:none;
}
a:hover{
  text-decoration:underline;
}
.no-style-list{
  list-style-type: none;
}
.no-padding-left{
  padding-left:0px;
}